In This Topic
Learning GdPicture.NET / Sample Guide Overview / COM/ActiveX Sample Projects

COM/ActiveX Sample Projects

In This Topic

Overview

Here is the overview of COM Interop sample projects provided within the SDK installation package for other languages and environments. All available demos illustrate the fundamental functionality in the area of their interest. You can also find instructions there on how to implement and use the toolkit in these environments.

 Visual Basic 6

Annotations Sample includes the basic features of the document viewer as well as the ability to annotate your documents, save your annotations to the different types of files or as XMP, burn them onto the files, or load them from XMP to your displayed file.

TWAIN Scanning Sample illustrates how to use GdPicture.NET to control your scanners using the TWAIN acquisition protocol.

Viewer Sample shows you how to use GdPicture.NET to view supported files, images, PDF documents, and how to create thumbnails for them. Besides that the demo points to many other features, like how to print displayed documents, how to gather various information about PDF document, or how to search PDF document's content. Zooming, rotation, selection, magnifying and page navigation are only a few of the features available in this invaluable demo.

You can find the detailed integration tutorial here.
 Visual C++ with MFC

TIFF to PDF Sample converts your single or multiple page TIFF files into single or multiple page PDF files, respectively.

You can find the detailed integration tutorial here.
 Delphi

PDF to TIFF Sample converts your single or multiple page PDF files into single or multiple page TIFF files, respectively.

Viewer - OCR - Annotation Sample shows you how to use GdPicture.NET to view supported files, images, PDF documents and how to OCR them. You can extract the text you need using any language dictionary available. The demo also demonstrates how to annotate your documents, save your annotations to the different types of files or as XMP, burn them onto the files, or load them from XMP to your displayed file.

You can find the detailed integration tutorial here.
 Microsoft Access

Annotations Sample includes the basic features of the document viewer as well as the ability to annotate your documents, save your annotations to the different types of files or as XMP, burn them onto the files, or load them from XMP to your displayed file.

The integration tutorial will be added soon here.
 Visual FoxPro

TWAIN Scanning - Viewer Sample

Be aware that the provided sample requires vfp9.

This demo illustrates how to use GdPicture.NET to control your scanners using the TWAIN acquisition protocol in addition with viewing scanned documents using basic features of the document viewer.

The integration tutorial will be added soon here.
See Also

Getting Started (COM-ActiveX)